home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Applications / PICSee Dust 1.01 / Primary Source / PICSCompositeDialog.h < prev    next >
Text File  |  1995-11-09  |  353b  |  17 lines

  1. enum {
  2.     kUseMonitorOutputDepth,
  3.     kUsePICSFileOutputDepth,
  4.     kUse32bitOutputDepth,
  5.     kUse16bitOutputDepth,
  6.     kUse8bitOutputDepth,
  7.     kUse4bitOutputDepth,
  8.     kUse1bitOutputDepth
  9. };
  10.  
  11. void SetupPICSFileComposite(FSSpec *picsFile, const Rect *areaToCrop);
  12.  
  13. void SetupCompositeDialog(
  14.     FSSpec *picsFile,
  15.     short fileRefNum,
  16.     const Rect *areaToCrop,
  17.     short numFrames);